home *** CD-ROM | disk | FTP | other *** search
- object MainF: TMainF
- Left = 154
- Top = 125
- AutoScroll = False
- Caption = 'DBRTest'
- ClientHeight = 269
- ClientWidth = 424
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 15
- object SpeedPanel: TPanel
- Left = 0
- Top = 0
- Width = 424
- Height = 30
- Align = alTop
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object Button1: TButton
- Left = 14
- Top = 4
- Width = 114
- Height = 22
- Caption = 'Restructure'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 169
- Top = 4
- Width = 67
- Height = 22
- Caption = 'Exit'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 30
- Width = 424
- Height = 36
- Align = alTop
- TabOrder = 1
- object DBNavigator1: TDBNavigator
- Left = 35
- Top = 10
- Width = 193
- Height = 22
- DataSource = DataSource1
- VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbInsert, nbDelete, nbPost, nbCancel]
- TabOrder = 0
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 66
- Width = 424
- Height = 203
- Align = alClient
- TabOrder = 2
- object DBGrid1: TDBGrid
- Left = 1
- Top = 1
- Width = 422
- Height = 201
- Align = alClient
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clBlack
- TitleFont.Height = -12
- TitleFont.Name = 'Arial'
- TitleFont.Style = []
- end
- end
- object Table1: TTable
- Left = 320
- Top = 3
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 360
- Top = 4
- end
- end
-